home *** CD-ROM | disk | FTP | other *** search
/ Digital Photo Album: Houko Kuwashima / Digital Photo Album: Houko Kuwashima.iso / trump_d.dxr / 00002.ls < prev    next >
Encoding:
Text File  |  1998-10-08  |  497 b   |  20 lines

  1. on exitFrame
  2.   global objlist, objfglist
  3.   if rollOver(44) or rollOver(45) or rollOver(46) or rollOver(47) or rollOver(48) then
  4.     cursor([69, 70])
  5.   else
  6.     cursor(-1)
  7.   end if
  8.   if mouseDown() then
  9.     if (the clickOn < 29) and (the clickOn > 4) then
  10.       set firstcard to the clickOn
  11.       if getAt(objfglist, firstcard - 4) = 1 then
  12.         set thisobj to getAt(objlist, firstcard - 4)
  13.         turnupa(thisobj)
  14.         go("second_card")
  15.       end if
  16.     end if
  17.   end if
  18.   go(the frame)
  19. end
  20.